DS.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / FontCollection Class / SelectByFamilyName Method / SelectByFamilyName(String,List<Font>) Method

In This Topic
SelectByFamilyName(String,List<Font>) Method
In This Topic
Collects the fonts with the specified family name.
Syntax
'Declaration
 
Public Overloads Sub SelectByFamilyName( _
   ByVal fontFamilyName As System.String, _
   ByVal res As System.Collections.Generic.List(Of Font) _
) 
 

Parameters

fontFamilyName
res
See Also